Removed assigment to foo in byte-compile-lambda.
authorJim Blandy <jimb@redhat.com>
Tue, 23 Feb 1993 13:21:13 +0000 (13:21 +0000)
committerJim Blandy <jimb@redhat.com>
Tue, 23 Feb 1993 13:21:13 +0000 (13:21 +0000)
lisp/emacs-lisp/bytecomp.el

index f4bba7ed21697546134d700efbf7969e7ada8484..7d48fbea291cc1e658a8a04ff8c1c9b2c6247778 100644 (file)
@@ -1681,7 +1681,6 @@ If FORM is a lambda or a macro, byte-compile it as a function."
                  (byte-compile-warn "malformed interactive spec: %s"
                                     (prin1-to-string int))))))
     (let ((compiled (byte-compile-top-level (cons 'progn body) nil 'lambda)))
-      (setq foo compiled)
       (if (and (eq 'byte-code (car-safe compiled))
               (not (byte-compile-version-cond
                     byte-compile-compatibility)))